dialogIt "If you delete this card, all of the indexes" && "will be deleted, and the stack will give error messages." & return & return & "This option is not recommended."
set cantDelete of this cd to true
else pass doMenu
end doMenu
--• MESSAGE HANDLERS
on setUserToggle whichObj
lock screen
hideToggleFlds
if whichObj is not empty then show bg fld whichObj
setCoverHilites
unlock screen with visual effect dissolve slowly
end setUserToggle
on setCoverHilites
set hilite of btn "cover 1" to false
set hilite of btn "cover 2" to false
set hilite of btn "cover 3" to false
end setCoverHilites
on hideToggleFlds
hide bg fld "about this stack"
hide bg fld "credits"
hide bg fld "legal notice"
end hideToggleFlds
on displayChoice
-- Show the appropriate fields.
lock screen
setBtnHilites
bgFldsVisible false
end displayChoice
on setBtnHilites
set hilite of cd btn "paths to graphics" to false
set hilite of cd btn "browsing speed" to false
set hilite of the target to true
end setBtnHilites
on bgFldsVisible boolean
repeat with N = 1 to the number of bg flds
set the visible of bg fld N to boolean
end repeat
end bgFldsVisible
-- part 3 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Paths to graphics
-- part 4 (field)
-- low flags: 81
-- high flags: 2002
-- rect: left=162 top=77 right=335 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: browsing speed
-- part 14 (button)
-- low flags: 80
-- high flags: 0002
-- rect: left=7 top=77 right=335 bottom=161
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: admin blanket
-- part 7 (button)
-- low flags: 80
-- high flags: C006
-- rect: left=13 top=117 right=132 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Paths to graphics
----- HyperTalk script -----
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 8 (button)
-- low flags: 80
-- high flags: 8006
-- rect: left=13 top=144 right=159 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Browsing Speed
----- HyperTalk script -----
on mouseUp
displayChoice
show cd fld (the short name of me)
end mouseUp
-- part 16 (button)
-- low flags: 80
-- high flags: 8000
-- rect: left=8 top=85 right=100 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 200
-- text size: 13
-- style flags: 1024
-- line height: 17
-- part name: Show:
-- part 84 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=372 top=104 right=120 bottom=478
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 200
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About This Stack
----- HyperTalk script -----
on mouseUp
send mouseUp to bg btn "cover 1"
end mouseUp
-- part 85 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=316 top=105 right=118 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 200
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover 1
----- HyperTalk script -----
on mouseUp
if the hilite of me then setUserToggle
else
setUserToggle "about this stack"
set hilite of me to true
end if
end mouseUp
-- part 86 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=316 top=126 right=139 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 200
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover 2
----- HyperTalk script -----
on mouseUp
if the hilite of me then
setUserToggle
set hilite of me to false
else
setUserToggle "legal notice"
set hilite of me to true
end if
end mouseUp
-- part 87 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=372 top=125 right=141 bottom=478
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 200
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Legal Notice
----- HyperTalk script -----
on mouseUp
send mouseUp to bg btn "cover 2"
end mouseUp
-- part 88 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=316 top=146 right=159 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 200
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover 3
----- HyperTalk script -----
on mouseUp
if the hilite of me then setUserToggle
else
setUserToggle "credits"
set hilite of me to true
end if
end mouseUp
-- part 89 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=372 top=145 right=161 bottom=478
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 200
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Credits
----- HyperTalk script -----
on mouseUp
send mouseUp to bg btn "cover 3"
end mouseUp
-- part 91 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=30 top=30 right=55 bottom=154
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 158
-- text size: 16
-- style flags: 0
-- line height: 21
-- part name: Library title
-- part 92 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=122 top=22 right=57 bottom=490
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 65535
-- font id: 158
-- text size: 24
-- style flags: 0
-- line height: 32
-- part name:
-- part 93 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=0 top=323 right=341 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 156
-- text size: 13
-- style flags: 0
-- line height: 17
-- part name: Library title
-- part contents for background part 19
----- text -----
The Artwork contained in and referenced by this graphics stack is copyrighted in the name of Apple Computer, Inc. It may only be used and reproduced by authorized Certified Apple Developers to illustrate manuals for use in conjunction with software developed pursuant to a fully executed Apple Certified Developer Agreement.
By proceeding into this graphics stack, you acknowledge the copyrighted nature of the Artwork and you agree to use the Artwork only for the purpose for which it intended. Unauthorized use of the Artwork for any purpose other than as provided herein will be deemed a breach of your Apple Certified Developer Agreement and may constitute copyright infringement, resulting in possible termination of your Agreement with Apple and/or in civil or criminal liability.
-- part contents for background part 21
----- text -----
Apple Graphics Source contains about 2,000 graphics used in Apple’s books and manuals. This stack enables you to open, copy, and print the original graphic files (which may be stored in MPNT, PICT, or EPSF file format) directly from the stack, without needing the application that created the graphic.
If you have questions about this stack or the Graphics Database Toolkit, send a link to GFX.SOURCE.
-- part contents for background part 28
----- text -----
Written and designed by John Broenen, David Fry,
and Jeff Herman.
Information management by Carol Gossard, Tim Hughan, and Greta Mikkelson. Help system by
Sarah Clark, Dick Holmes, and Jim Palmer.
Thanks to Gary Bond, Eric Carlson, Scott Converse, Landon Dyer, Dave Grabel, Jay Hodgdon,